home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / frame_4 / PlaceObject2_191_32 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-11-13  |  141 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.moreDmg == true)
  3.    {
  4.       _visible = true;
  5.    }
  6.    else
  7.    {
  8.       _visible = false;
  9.    }
  10. }
  11.